home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / ee.zip / EE.DOC next >
Text File  |  1991-03-19  |  1KB  |  47 lines

  1. EE - Master Environment Variables Editor by Janusz Kalinowski
  2. -------------------------------------------------------------
  3.  
  4. Purpose:
  5. --------
  6.  
  7. This  program enables to quickly examine, change and  add  Master 
  8. Environment Variables. 'Master' means, that root DOS  environment 
  9. variables are changed (each program has own copy of environment).
  10. For example I often use it to change DOS path.
  11.  
  12. Description:
  13. ------------
  14.  
  15. Program is called as follow:
  16.  
  17.      EE env_variable_name [/n][/d]
  18.  
  19. 'env_variable_name' is the name of variable (e.g. path)
  20.  
  21. Optional switches are used to add new variable (/n) or to  delete 
  22. existing variable (/d).
  23.  
  24. Current  contents of variable is displayed - you can  use  cursor 
  25. keys (as well as 'Home' and 'End') to navigate over  the text. By 
  26. default  'overstrike' mode is set. Press 'Ins' to switch  between 
  27. overstrike and insert (cursor becomes 'solid').
  28.  
  29. Press  ENTER  to accept changes or ESC to leave  program  without 
  30. changing variable.
  31.  
  32. Copyrights:
  33. -----------
  34.  
  35. I  made this program as Public Domain - you can freely  copy  and 
  36. distribute it, but not sell.
  37.  
  38. Author:
  39. -------
  40.  
  41. Janusz Kalinowski
  42. Technical University of Wroclaw
  43. Computer Center
  44. Wyb. Wyspianskiego 27
  45. Wroclaw, Poland
  46. e-mail: kalinows@plwrtu11.BITNET
  47.